const go/types._NotAType

6 uses

	go/types (current package)
		errorcodes.go#L246: 	_NotAType
		typexpr.go#L254: 			check.errorf(&x, _NotAType, "%s used as type", &x)
		typexpr.go#L256: 			check.errorf(&x, _NotAType, "%s is not a type", &x)
		typexpr.go#L271: 			check.errorf(&x, _NotAType, "%s used as type", &x)
		typexpr.go#L273: 			check.errorf(&x, _NotAType, "%s is not a type", &x)
		typexpr.go#L385: 		check.errorf(e0, _NotAType, "%s is not a type", e0)